Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump sw-toolbox and import correct map file #37

Merged
merged 1 commit into from
Oct 24, 2016

Conversation

miguelcobain
Copy link
Contributor

The ^3.1.1 dependency pulled the recently released 3.4.0 version.
It happens that in that version the map file changed name to sw-toolbox.js.map.

This fixes the dependency version and requires the correct file for that release.
A new release of broccoli-serviceworker should happen with this fix. Current version is broken for anyone that happens to pull sw-toolbox 3.4.0.

@miguelcobain miguelcobain changed the title bump sw-toolbox and import correct file bump sw-toolbox and import correct map file Oct 19, 2016
@laantorchaweb
Copy link

@jkleinsc I had issues on CI with this, rolling back to previous versions of the addon didn't seem to resolve the issue.

@ghost
Copy link

ghost commented Oct 23, 2016

What's the plan with getting this merged? At the moment this it breaking my CI and I had to resort to using @miguelcobain 's branch as a dependency.

@gnowoel
Copy link

gnowoel commented Oct 24, 2016

For now, we can add a fixed version of sw-toolbox in our project's package.json, like:

"sw-toolbox": "3.3.0"

This will force broccoli-serviceworker to use a previous version.

@jkleinsc
Copy link
Owner

@miguelcobain thanks for the PR! @erkarl I just saw this now, so I am going to merge it in and push another release. Thanks @gnowoel for the workaround.

@jkleinsc jkleinsc merged commit d3fbb20 into jkleinsc:master Oct 24, 2016
@ghost
Copy link

ghost commented Oct 24, 2016

Thanks @miguelcobain, @gnowoel & @jkleinsc

@jkleinsc
Copy link
Owner

@erkarl @miguelcobain, @gnowoel @laantorchaweb New version is now available on npm:

https://www.npmjs.com/package/broccoli-serviceworker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants